postgresql 索引之 gin
os: ubuntu 16.04 postgresql: 9.6.8 ip 規划 192.168.56.102 node2 postgresql help create index ...
os: ubuntu 16.04 postgresql: 9.6.8 ip 規划 192.168.56.102 node2 postgresql help create index ...
postgresql 表和索引的膨脹是非常常見的,一方面是因為 autovacuum 清理標記為 dead tuple 的速度跟不上,另一方面也可能是由於長事物,未決事物,復制槽引起的。 ...